PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFAttributeClassMap Class / removeMapping Method
The name for which to remove the mapping.
In This Topic
    removeMapping Method
    In This Topic
    Removes the mapping for the specified name.
    Syntax
    public void removeMapping( 
       java.lang.String name
    )

    Parameters

    name
    The name for which to remove the mapping.
    Exceptions
    ExceptionDescription
    When name is null or empty.
    See Also